home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / misc / math / Laplace.lha / Laplace / Data / Libs.lha / Function.popup < prev    next >
Encoding:
Text File  |  1996-09-17  |  3.9 KB  |  78 lines

  1. abs(x)                 abs()          4   FKT_ABS
  2. acos(x)                acos()         5   FKT_TRIGONOM
  3. acosh(x)               acosh()        6   FKT_TRIGONOM
  4. acot(x)                acot()         5   FKT_TRIGONOM
  5. addrows(m,r1,r2,a)     addrows(,,,)   8   FKT_ADDROWS
  6. arc(x)                 arc()          4   FKT_ARC
  7. asin(x)                asin()         5   FKT_TRIGONOM
  8. asinh(x)               asinh()        6   FKT_ASINH
  9. atan(x)                atan()         5   FKT_TRIGONOM
  10. atanh(x)               atanh()        6   FKT_TRIGONOM
  11. combine(m1,v2,..)      combine()      8   FKT_COMBINE
  12. conj(x)                conj()         5   FKT_CONJ
  13. const(name1,name2..)   const()        6   FKT_CONST
  14. cos(x)                 cos()          4   FKT_TRIGONOM
  15. cosh(x)                cosh()         5   FKT_TRIGONOM
  16. cot(x)                 cot()          4   FKT_TRIGONOM
  17. cvector(m,c)           cvector(,)     8   FKT_CVECTOR
  18. debug(text)            debug()        6   FKT_DEBUG
  19. det(m)                 det()          4   FKT_DET
  20. diff(f,[x])            diff()         5   FKT_DIFF
  21. dim(v)                 dim()          4   FKT_DIM
  22. dispose(ref1,ref2..)   dispose()      8   FKT_DISPOSE
  23. disposeall()           disposeall()   11  FKT_DISPOSEALL
  24. dmode(n)               dmode()        5   FKT_DMODE
  25. do(e1,e2..)            do()           3   FKT_DO
  26. drop(x)                drop()         5   FKT_DROP
  27. eq(e,e)                eq(,)          3   FKT_EQ
  28. eqleft(eq)             eqleft()       7   FKT_EQLEFT
  29. eqright(eq)            eqright()      8   FKT_EQRIGHT
  30. eval(e)                eval()         5   FKT_EVAL
  31. exp(x)                 exp()          4   FKT_EXP
  32. fak(x)                 fak()          4   FKT_FAK
  33. for(i,c,b,r)           for(,,,)       4   FKT_FOR
  34. if(c,t,f)              if(,,)         3   FKT_IF
  35. im(x)                  im()           3   FKT_IM
  36. include(file)          include()      8   FKT_INCLUDE
  37. inv(x)                 inv()          4   FKT_INV
  38. invert(m)              invert()       7   FKT_INVERT
  39. irandom(max)           irandom()      8   FKT_RANDOM
  40. isatomar(x)            isatomar()     9   FKT_ISATOMAR
  41. isboolean(x)           isboolean()    10  FKT_ISTYPE
  42. iscomplex(x)           iscomplex()    10  FKT_ISTYPE
  43. isequation(x)          isequation()   11  FKT_ISTYPE
  44. ismatrix(x)            ismatrix()     9   FKT_ISTYPE
  45. iscomplex(x)           iscomplex()    10  FKT_ISTYPE
  46. isset(x)               isset()        6   FKT_ISTYPE
  47. isvector(x)            isvector()     9   FKT_ISTYPE
  48. ln(x)                  ln()           3   FKT_LOG
  49. log(x)                 log()          4   FKT_LOG
  50. multrow(m,r,a)         multrow(,,)    8   FKT_MULTROW
  51. norm(x)                norm()         5   FKT_NORM
  52. nand(b1,b2)            nand(,)        5   FKT_NAND
  53. neg(x)                 neg()          4   FKT_NEG
  54. nor(b1,b2)             nor(,)         4   FKT_NOR
  55. orthogonal(m)          orthogonal()   11  FKT_ORTHOGONAL
  56. random([max])          random()       7   FKT_RANDOM
  57. randomseed(seed)       randomseed()   11  FKT_RANDOM
  58. rank(m)                rank()         5   FKT_RANK
  59. re(x)                  re()           3   FKT_RE
  60. real(value,err)        real(,)        5   FKT_REAL
  61. rvector(m,r)           rvector(,)     8   FKT_RVECTOR
  62. set(e1,e2..)           set()          4   FKT_SET
  63. show(e)                show()         5   FKT_SHOW
  64. sign(x)                sign()         5   FKT_SIGN
  65. sin(x)                 sin()          4   FKT_TRIGONOM
  66. sinh(x)                sinh()         5   FKT_TRIGONOM
  67. solve(m)               solve()        6   FKT_SOLVE
  68. spur(m)                spur()         5   FKT_SPUR
  69. sqrt(x)                sqrt()         5   FKT_SQRT
  70. swaprows(m,r1,r2)      swaprows(,,)   9   FKT_SWAPROWS
  71. tan(x)                 tan()          4   FKT_TRIGONOM
  72. tanh(x)                tanh()         5   FKT_TRIGONOM
  73. taylor(f,a,g)          taylor(,,)     7   FKT_TAYLOR
  74. trans(m)               trans()        6   FKT_TRANS
  75. umatrix(n)             umatrix()      8   FKT_UMATRIX
  76. window(ref)            window()       7   FKT_WINDOW
  77.  
  78.